home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 3 / inter@ivo 1996-04.iso / cybint3 / bin / papel.dxr / 00073.ls < prev    next >
Encoding:
Text File  |  1996-03-21  |  322 b   |  16 lines

  1. on exitFrame
  2.   global stage
  3.   if stage = 15 then
  4.     if the visible of sprite 2 = 1 then
  5.       if soundBusy(2) = 0 then
  6.         sound playFile 2, "..\som\pletra.wav"
  7.       end if
  8.       set the visible of sprite 2 to 0
  9.     else
  10.       set the visible of sprite 2 to 1
  11.     end if
  12.   end if
  13.   updateStage()
  14.   go(the frame)
  15. end
  16.